| GUI Help > Create > createScrollbar | ||||||||||||||
|
createScrollbar |
||||||||||||||
| int handle=createScrollbar(int x, int y, int width, int height, int orientation, handle parent) | ||||||||||||||
|
Description: Creates a scrollbar. Scrollbars are bars with a thumb in the middle which the user moves to scroll something such as a document in the application. |
||||||||||||||
|
Return Value: Handle to the new gadget. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |